home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / COBOL / H309.ZIP / COBTABLE.ZIP / README.CBT < prev    next >
Text File  |  1993-06-16  |  2KB  |  66 lines

  1. ==============================================================================
  2.  
  3.  
  4. TRANTOR LTD                         Home/Office   0639-633072
  5. GREEN HEDGES BUNGALOW               International 44-639-633072
  6. PONTARDAWE ROAD                     Mobile        0836-795445
  7. BRYNCOCH                            Fax       (manual switch, on request)
  8. NEATH  SA10 7YL
  9. WEST GLAMORGAN                      Directors:
  10. SOUTH WALES, UK                     N.H.Jennings, B.Sc., CEng, MBCS, FIAP
  11.                                     D.P.Jennings
  12.  
  13.  
  14. COMPUSERVE Id: 100040,471
  15.  
  16.  
  17. ==============================================================================
  18.  
  19.                                  COBTABLE
  20.                          COBOL RECORD LAYOUT PRINT
  21.                                VERSION 1.00
  22.                                 JUNE  1993
  23. ==============================================================================
  24.  
  25. COBTABLE
  26.  
  27. This utility reads a COBOL source file, and creates a print file
  28. containing details of each data structure within the program. It
  29. extracts ALL 01 levels from DATA DIVISION, including record
  30. layouts, WORKING STORAGE and LINKAGE SECTION.
  31.  
  32.        Run the program, and it will ask for the name of the COBOL
  33.        source file. CTRL+BREAK will abandon the job.
  34.  
  35.        STRTABLE.TXT MUST be in the current directory! Otherwise you
  36.        will get error 053.
  37.  
  38.        Print file RECTABLE.DAT will be created in the current directory
  39.  
  40.  
  41. NOTE:
  42.  
  43. The sizes calculated for COMPUTATIONAL items are taken from IBM
  44. mainframe (MVS) standards, which are widely used on other
  45. machines. However, the actual sizes used may depend on the
  46. compiler and hardware in use. For example, the (now obsolete) ICL
  47. 1900 range used 6-bit characters instead of bytes, and is not
  48. compatible.
  49.  
  50. If you find the results are incorrect, please ask for a special
  51. version tailored for your own environment.
  52.  
  53. SOURCE COMPATIBILITY
  54.  
  55. This program is compatible with many variants of COBOL syntax,
  56. for example it will accept literals bounded by either quotes or
  57. apostrophes. It has obviously not been able to test it on ALL
  58. versions of COBOL - if you find a problem, please let us know,
  59. and we will try to fix it.
  60.  
  61. COBTABLE only allows standard COBOL source layout. If you use a
  62. non-standard layout, (eg DEC with 132 columns and no sequence
  63. numbers), you can use COBFORM to convert the source to standard
  64. format first.
  65.  
  66.